home *** CD-ROM | disk | FTP | other *** search
/ Mantenimiento Redes Del PC / Mantenimiento Redes Del PC.iso / recomen / ccopy95 / ccopy95.exe / 0 / RCDATA / TSPECIALBOX / TSPECIALBOX.txt
Text File  |  1997-04-12  |  507b  |  27 lines

  1. object SpecialBox: TSpecialBox
  2.   Left = 389
  3.   Top = 206
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Special'
  7.   ClientHeight = 174
  8.   ClientWidth = 277
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object txt: TLabel
  19.     Left = 0
  20.     Top = 70
  21.     Width = 276
  22.     Height = 16
  23.     Caption = 'Text'
  24.     WordWrap = True
  25.   end
  26. end
  27.